home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / refs.c < prev    next >
C/C++ Source or Header  |  1996-08-26  |  96b  |  8 lines

  1.  
  2. typedef /*@abstract@*/ /*@refcounted@*/ struct {
  3.    int refs;
  4.    char *contents;
  5. } *rstring;
  6.  
  7.  
  8.